home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / ARexx Tutorial / TuteRexx / DopusRead2.dopus5 < prev    next >
Text File  |  1998-09-04  |  243b  |  13 lines

  1. /* DopusRead2.dopus5 */
  2. options results
  3. address 'DOPUS.1'
  4. dopus front
  5. dopus read hex 'C:LoadWB'
  6. handle = result
  7. text = 'The reader''s handle is: 'handle
  8. dopus request '"'text'" OK'
  9. address command wait 3
  10. dopus read handle quit
  11. dopus back
  12. exit
  13.